home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / 673win3.arc / OEMSETUP.INF < prev    next >
INI File  |  1990-08-09  |  3KB  |  76 lines

  1. ; Here are the names of the disks Setup can prompt for.
  2. ; There must be a disk name for each disk number used
  3. ;
  4. ; The disk number '0' is reserved to represent the windows setup directory
  5. ; the directory may be relative to the directory SETUP was run from.
  6. ;
  7. ; the format is:
  8. ;
  9. ; n = path,disk name,disk tag file
  10. ;
  11. ; n           disk "number"  1-9,A-Z (single char only!)
  12. ; path        path of disk n
  13. ; name        name of disk n
  14. ; disk tag    a file on disk n (used to determine if disk is in drive)
  15. ;
  16. [disks]
  17.     1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
  18.     2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
  19.     3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
  20.     4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
  21.     5 =. ,"Microsoft Windows 3.0 Disk #5",disk5
  22.     E =. ,"Everex EVGA Disk",oemsetup.inf
  23.  
  24. [display]
  25. ; The string following the driver description specifies the screen
  26. ; resolution. It is used to match the system and OEM character sets
  27. ; with the display selection.
  28. ;
  29. ;profile = driver,         Description of driver,                       resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys    logo data     
  30. ;
  31. vga      = 1:vga.drv,      "Everex EVGA 640x480  16 color",             "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,   E:vdd673.386,   4:ev673x4.gr3,,          2:vgalogo.rle
  32. evga800  = E:evga800.drv,  "Everex EVGA 800x600  16 color",             "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,   E:vdd673.386,   4:ev673x4.gr3,,          2:vgalogo.rle
  33. ;evga512  = E:evga512.drv,  "Everex EVGA 512x480 256 color",             "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,   E:vdd673.386,   4:ev673x8.gr3,,          2:vgalogo.rle
  34.  
  35. ; copy these fonts depending on the 386 grabber being used
  36. [ev673x4.GR3]
  37. 4:CGA40WOA.FON,4:CGA40850.FON
  38. 4:CGA80WOA.FON,4:CGA80850.FON
  39. 4:EGA40WOA.FON,4:EGA40850.FON
  40. 4:EGA80WOA.FON,4:EGA80850.FON
  41.  
  42. ;[ev673x8.GR3]
  43. ;4:CGA40WOA.FON,4:CGA40850.FON
  44. ;4:CGA80WOA.FON,4:CGA80850.FON
  45. ;4:EGA40WOA.FON,4:EGA40850.FON
  46. ;4:EGA80WOA.FON,4:EGA80850.FON
  47.  
  48. ; If a display adapter other than the one in system selection is selected
  49. ; the font is chosen which matches the display resolution exactly.
  50. [sysfonts]
  51. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  52.  
  53. [fixedfonts]
  54. 1:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  55.  
  56. [oemfonts]
  57. 1:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  58.  
  59. [fonts]
  60.     4:HELVE.FON, "Helv 8,10,12,14,18,24 (VGA res)", "100,96,96"
  61.  
  62.     4:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  63.  
  64.     4:TMSRE.FON, "Tms Rmn 8,10,12,14,18,24 (VGA res)", "100,96,96"
  65.  
  66.      4:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  67.  
  68.     4:ROMAN.FON, "Roman (All res)",   "CONTINUOUSSCALING"
  69.     4:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
  70.     4:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
  71.  
  72. 
  73. 
  74. 
  75. 
  76.